From a61726b96d45a362cf210ff137318b5dd1751403 Mon Sep 17 00:00:00 2001 From: "iap10@freefall.cl.cam.ac.uk" Date: Fri, 20 May 2005 23:07:36 +0000 Subject: [PATCH] bitkeeper revision 1.1159.284.1 (428e6db8MJ-JzmJYObnEqq381gyfSQ) trivial fix to prevent a spurious ctrl-a when switching the console back from Xen to dom0. Signed-off-by: ian@xensource.com --- xen/drivers/char/console.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/drivers/char/console.c b/xen/drivers/char/console.c index f4864f5744..e2fa7efc26 100644 --- a/xen/drivers/char/console.c +++ b/xen/drivers/char/console.c @@ -280,6 +280,7 @@ static void serial_rx(unsigned char c, struct xen_regs *regs) { switch_serial_input(); switch_code_count = 0; + return; } } else -- 2.30.2